home *** CD-ROM | disk | FTP | other *** search
-
- #import <appkit/ScrollView.h>
- #import <appkit/Text.h>
-
- @interface TextView:ScrollView
- {
- id theText; /* a Text object */
- }
-
- - initFrame:(const NXRect *)frameRect;
- - makeEnclosingWindow:(const NXRect *)rect;
- - newText:(const NXRect *)frameRect;
-
- - provideTextObject;
-
- @end
-
-
-